-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve type handling and resolve #339 #348
Improve type handling and resolve #339 #348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling this @akeeste. Just a couple of question before we finish this up.
@ssolson I added wrapped up the last things on this PR:
|
@ssolson tests are passing and all review comments were addressed. I'll merge and continue working to speed up xarray inputs in the wave module |
This PR resolves #339. It makes some improvements to the type handling, especially in the wave module, by allowing convert_to_dataarray to take in multivariate xr.datasets and pd.dataframes
Another larger PR to better utilize this improved type handling in the wave module will come after.